Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure; build tasks #653

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Restructure; build tasks #653

merged 1 commit into from
Oct 9, 2023

Conversation

sbs20
Copy link
Owner

@sbs20 sbs20 commented Oct 9, 2023

This commit moves

  • packages/client to app-ui
  • packages/server to app-server
  • Build assets to app-assets

Each submodule is now only responsible for itself. And anything which ties the two together are at root level and use workspaces.

Overall this reduces unnecessary directory nesting and simplifies the build processees by separating what was a jumbled mess.

While there the commit also:

  • No longer forces a specific version of npm
  • Renames various npm tasks for consistency

This commit moves

* `packages/client` to `app-ui`
* `packages/server` to `app-server`
* Build assets to `app-assets`

Each submodule is now only responsible for itself. And anything which ties the two together are at root level and use workspaces.

Overall this reduces unnecessary directory nesting and simplifies the build processees by separating what was a jumbled mess.
@sbs20 sbs20 self-assigned this Oct 9, 2023
@sbs20 sbs20 merged commit 2a8a56e into master Oct 9, 2023
2 checks passed
@sbs20 sbs20 deleted the restructure branch October 9, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant